home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / PWAECJ16.ZIP / HISTORY.DOC < prev    next >
Text File  |  1995-05-11  |  2KB  |  54 lines

  1. Conference Join HISTORY
  2.  
  3. v1.6
  4.     Added (Drew) - Right and left arrows for the PGDN and PGUP functions.
  5.         Feel free to add whatever suits your (and/or your users's) needs.
  6.         That's why source is included. :)
  7.     Fixed (Drew) - In the case where a full page of conferences have been
  8.         printed for the user, and there are still more conferences left, but
  9.         the user does not have access to them, it would print a blank page
  10.         and still have the lightbar input.  The user would then be able to
  11.         move the lightbar on an empty page... doh!
  12.  
  13. v1.5 - Released 04-09-95
  14.  
  15.     [--Nemesis Revised JOIN.PPE--]
  16.  
  17.     Added - Lightbar support!
  18.     Fixed - If users security was not high enough to see a conference it
  19.         would not show any conferences after that conference.
  20.     Changed - Config File is now 4 lines. You just need to add a lightbar
  21.         options prompt on line 3 and the lightbar highlight color on
  22.         line 4
  23.  
  24.     [--Drew's addition--]
  25.  
  26.     Fixed - Users who were locked out of a conference still had the conference
  27.         shown to them.  At around line 130 in the previous version, it reads:
  28.         "if (confsel(confnum) || (confreg(confnum)) then"  Instead, have it
  29.         read: "if (confreg(confnum)) then"
  30.  
  31. v1.2 - Released 02-05-95
  32.     Added - Can now display if scripts are available for a conference or
  33.         not (use the replacement code %S%).
  34.     Fixed - MAJOR SPEED IMPROVEMENT!  See the following changes and fixes
  35.         as to why... (This change may lead to adding lightbars in a future
  36.         version. <g>)
  37.     Changed - Took out the need for Lines 1 & 2 in the config file.  I forgot
  38.         that the information there can be found inside of PCBOARD.DAT. :)
  39.     Changed - Before, it would use readline() statements to read the long
  40.         conference name from the CNAMES file.  However, readline statements
  41.         are terribly slow, so I adopted the method of reading from the
  42.         CNAMES.ADD file from CNFS.PPS (the PPE used on Salt Air).  This
  43.         change by itself increases execution dramatically.
  44.  
  45. v1.1 - Released 12-10-94
  46.     Fixed - Minor bug where before, if the user selected NONSTOP for
  47.         displaying the conferences, it still paused on every page.
  48.     Added - Can now display high message number for the conference.
  49.     Added - Can now display last message read for the user in each conference.
  50.  
  51. v1.0 - Finished 10-12-94
  52.     Initial Release.
  53.  
  54.